home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / tcp / HyperMail102.lha / HyperMail / CHANGES.amiga < prev    next >
Text File  |  1995-06-18  |  949b  |  22 lines

  1. 1.02  16/6/95
  2.     Added a couple of #ifdef AMIGA to various files and updated the 
  3.     Makefile to reflect this aswell.
  4.     Only MAJOR rewrite is the file 'file.c'
  5.     For compiling with the -noixemul switch you'll need the file
  6.     'getopt.c' which is included in this distribution.
  7.     For compiling with Aztec5.2 you'll need 2 extra files: 'getopt.c'
  8.     and 'strcasecmp.c' (from the ixemulV41.00 source).
  9.     It is possible to compile the original source if you use ixemul.library
  10.     to handle the u*ix functions. Just #undef AMIGA and all should compile
  11.     fine.
  12.     Compiler used:
  13.     GCC 2.6.3 ixemul.library V41.00 and LibNixV0.8/0.9
  14.  
  15. Things to do:
  16. ~~~~~~~~~~~~
  17. Libcgi works with GCC but not yet with Aztec.
  18. A Smakefile from someone with SAS/C would be welcome.
  19. Find out why Libnix prints '-', '/', '+' and more characters like this when
  20. doing floating point 'printf'. This is documented behaviour with an 040 but
  21. not on an 030. My configuration is an stock A3000-030@25Mhz.
  22.